docs: add 0.3 to compatibility chart - #161
Merged
Merged
Conversation
Trouv
enabled auto-merge (squash)
April 10, 2026 19:19
Trouv
added a commit
that referenced
this pull request
Apr 10, 2026
🤖 I have created a release *beep* *boop* --- ## [0.3.0](v0.2.0...v0.3.0) (2026-04-10) ### ⚠ BREAKING CHANGES * borrow resource in ResSetWith ([#149](#149)) * rename asset_server feature to asset ([#145](#145)) * publicly organize effects into submodules ([#144](#144)) * remove EntityComponents- effects in light of new QueryEntity- effects ([#139](#139)) * replace Components- effects with QueryDataEffect-based effects ([#134](#134)) * box fn generic in AffectOrHandle effect ([#124](#124)) * box fn generic in AssetServerLoadAnd effect ([#123](#123)) * box fn generic in CommandSpawnAnd effect ([#122](#122)) * box fn generics in entity_component effects ([#120](#120)) * box fn generics in ComponentsSetWithQueryData effects ([#119](#119)) * box function generics in ComponentsSetWith and -Filtered ([#118](#118)) * box function generic in ResSetWith ([#117](#117)) ### Features * add AssetAddAnd effect ([#128](#128)) ([fae83bc](fae83bc)) * add AssetInsert effect ([#142](#142)) ([d1a3928](d1a3928)) * add Component- query data effects ([#131](#131)) ([5857859](5857859)) * add LocalSetAnd effect ([#129](#129)) ([cab2fe0](cab2fe0)) * add MessagesReadAnd effect ([#125](#125)) ([2206d5e](2206d5e)) * add QueryDataEffect trait ([#130](#130)) ([969f10c](969f10c)) * add QueryEntity- effects ([#136](#136)) ([32bd5d9](32bd5d9)) * add recursive insert/remove entity command effects ([#127](#127)) ([d7f7810](d7f7810)) * borrow resource in ResSetWith ([#149](#149)) ([63783bb](63783bb)) * box fn generic in AffectOrHandle effect ([#124](#124)) ([afb5f16](afb5f16)) * box fn generic in AssetServerLoadAnd effect ([#123](#123)) ([5649c45](5649c45)) * box fn generic in CommandSpawnAnd effect ([#122](#122)) ([0c947c0](0c947c0)) * box fn generics in ComponentsSetWithQueryData effects ([#119](#119)) ([56ed630](56ed630)) * box fn generics in entity_component effects ([#120](#120)) ([a41b1ca](a41b1ca)) * box function generic in ResSetWith ([#117](#117)) ([f3a24e1](f3a24e1)) * box function generics in ComponentsSetWith and -Filtered ([#118](#118)) ([feaf937](feaf937)) * implement QueryDataEffect for common algebraic types ([#132](#132)) ([cfa243a](cfa243a)) * publicly organize effects into submodules ([#144](#144)) ([d2c75c3](d2c75c3)) * remove EntityComponents- effects in light of new QueryEntity- effects ([#139](#139)) ([0864f8b](0864f8b)) * replace Components- effects with QueryDataEffect-based effects ([#134](#134)) ([cace5a7](cace5a7)) ### Bug Fixes * add missing default implementations for effects ([#143](#143)) ([99cbc77](99cbc77)) * avoid type complexity with alias in LocalSetAnd ([#135](#135)) ([fc61ca2](fc61ca2)) * reference compose_fn in in_and_then_compose ([#150](#150)) ([c1305ff](c1305ff)) * remove Clone bound on QueryDataEffect of QueryEntityAffect ([#141](#141)) ([ebe7dff](ebe7dff)) * rename asset_server feature to asset ([#145](#145)) ([d4e5095](d4e5095)) ### Documentation Changes * add 0.3 to compatibility chart ([#161](#161)) ([c9f3915](c9f3915)) * add pure/impure example for LocalSetAnd ([#148](#148)) ([6e3155c](6e3155c)) * add pure/impure example to AffectMany ([#159](#159)) ([c673e02](c673e02)) * add pure/impure examples for message effects ([#151](#151)) ([9696b37](9696b37)) * add pure/impure examples for resource effects ([#146](#146)) ([077de1c](077de1c)) * add pure/impure examples to command effects ([#152](#152)) ([c0e7cac](c0e7cac)) * add pure/impure examples to entity_command effects ([#154](#154)) ([4e60a0b](4e60a0b)) * add pure/impure examples to remaining asset effects ([#157](#157)) ([af4a93e](af4a93e)) * encourage users to explore the effects module ([#160](#160)) ([d88cb29](d88cb29)) * link to other versions of the book in the book ([#115](#115)) ([da0425b](da0425b)) * make shared command note a full section ([#155](#155)) ([1c705a5](1c705a5)) * standardize pure/impure example system doc comments ([#158](#158)) ([15f5b68](15f5b68)) ### Example Changes * spawn camera in rainbow-clear-color example ([#156](#156)) ([6166e22](6166e22)) * use concrete return type in animate_position system ([#121](#121)) ([cc13316](cc13316)) ### Test Changes * enable Component(s)Set tests ([#133](#133)) ([14c0250](14c0250)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
0.3 is ready to release. The compatibility chart needs to be manually updated accordingly.